home *** CD-ROM | disk | FTP | other *** search
/ HeiBe Erotik / HeiBe Erotik.iso / erovoll / dice / bestell.dir / 00039_Script_39 < prev    next >
Text File  |  1979-12-31  |  223b  |  10 lines

  1. on exitFrame
  2.   global Freigabe
  3.   If Freigabe=1 then 
  4.     set the visible of sprite 2 =true
  5.   else
  6.     set the visible of sprite 2=false
  7.   end if
  8.   set the loch of sprite 7=the loch of sprite 7 +20
  9.   updatestage
  10. end